home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir27 / grphca22.zip / EXAMPLES.ZIP / LOG.PLT < prev    next >
Text File  |  1993-02-03  |  567b  |  25 lines

  1. [ log.plt
  2.  
  3. paper size 11 by 8.5
  4. subplot 2 1.75 7 6.75
  5. map x  0.01 100 y  0.1 10
  6. map x2 0.01 10 y2 0.01 100
  7. x log ; y log ; y2 log ; x2 log
  8. draw x
  9. xlabel 'scientific notation, log format = 5'
  10. format log 1
  11. draw y
  12. ylabel 'scientific notation, log format = 1'
  13. format log 2
  14. exponent
  15. draw x2
  16. x2label 'exponent notation, log format = 2'
  17. format log 3
  18. draw y2
  19. y2label 'exponent notation, log format = 3'
  20. subplot 2 1.75 9 6.75
  21. format log 4
  22. draw y2
  23. y2label 'exponent notation, log format = 4'
  24. char size 0.2
  25. label center at 4.5 4.25 'Logarithmic Formats'